Overload | Description |
---|---|
WithInnerExceptionExactly<TInnerException>(String,Object[]) | Asserts that the thrown exception contains an inner exception of the exact type TInnerException (and not a derived exception type). |
WithInnerExceptionExactly(Type,String,Object[]) | Asserts that the thrown exception contains an inner exception of the exact type innerException (and not a derived exception type). |